home *** CD-ROM | disk | FTP | other *** search
-
-
-
- MMMMrrrrmmmmFFFFeeeettttcccchhhhWWWWiiiiddddggggeeeettttOOOOvvvveeeerrrrrrrriiiiddddeeee((((3333XXXX))))UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVVMMMMrrrrmmmmFFFFeeeettttcccchhhhWWWWiiiiddddggggeeeettttOOOOvvvveeeerrrrrrrriiiiddddeeee((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _M_r_m_F_e_t_c_h_W_i_d_g_e_t_O_v_e_r_r_i_d_e - Fetches any indexed (UIL named)
- application widget. It overrides the arguments specified
- for this application widget in UIL
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Mrm/MrmPublic.h>
-
- Cardinal MrmFetchWidgetOverride(hhhhiiiieeeerrrraaaarrrrcccchhhhyyyy____iiiidddd,,,, iiiinnnnddddeeeexxxx,,,, ppppaaaarrrreeeennnntttt____wwwwiiiiddddggggeeeetttt,,,, oooovvvveeeerrrrrrrriiiiddddeeee____nnnnaaaammmmeeee,,,,
- oooovvvveeeerrrrrrrriiiiddddeeee____aaaarrrrggggssss,,,, oooovvvveeeerrrrrrrriiiiddddeeee____nnnnuuuummmm____aaaarrrrggggssss,,,, wwwwiiiiddddggggeeeetttt,,,, ccccllllaaaassssssss)
- _M_r_m_H_i_e_r_a_r_c_h_yhhhhiiiieeeerrrraaaarrrrcccchhhhyyyy____iiiidddd;
- _S_t_r_i_n_g iiiinnnnddddeeeexxxx;
- _W_i_d_g_e_t ppppaaaarrrreeeennnntttt____wwwwiiiiddddggggeeeetttt;
- _S_t_r_i_n_g oooovvvveeeerrrrrrrriiiiddddeeee____nnnnaaaammmmeeee;
- _A_r_g_L_i_s_t oooovvvveeeerrrrrrrriiiiddddeeee____aaaarrrrggggssss;
- _C_a_r_d_i_n_a_l oooovvvveeeerrrrrrrriiiiddddeeee____nnnnuuuummmm____aaaarrrrggggssss;
- _W_i_d_g_e_t *wwwwiiiiddddggggeeeetttt;
- _M_r_m_T_y_p_e *ccccllllaaaassssssss;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _M_r_m_F_e_t_c_h_W_i_d_g_e_t_O_v_e_r_r_i_d_e function is the extended version
- of _M_r_m_F_e_t_c_h_W_i_d_g_e_t. It is identical to _M_r_m_F_e_t_c_h_W_i_d_g_e_t,
- except that it allows the caller to override the widget's
- name and any arguments that _M_r_m_F_e_t_c_h_W_i_d_g_e_t would otherwise
- retrieve from the UID file or one of the defaulting
- mechanisms. That is, the override argument list is not
- limited to those arguments in the UID file.
-
- The override arguments apply only to the widget fetched and
- returned by this function. Its children (subtree) do not
- receive any override parameters.
-
- hhhhiiiieeeerrrraaaarrrrcccchhhhyyyy____iiiidddd
- Specifies the ID of the UID hierarchy that contains the
- interface definition. The hhhhiiiieeeerrrraaaarrrrcccchhhhyyyy____iiiidddd was returned in
- a previous call to _M_r_m_O_p_e_n_H_i_e_r_a_r_c_h_y_P_e_r_D_i_s_p_l_a_y.
-
- iiiinnnnddddeeeexxxx
- Specifies the UIL name of the widget to fetch.
-
- ppppaaaarrrreeeennnntttt____wwwwiiiiddddggggeeeetttt
- Specifies the parent widget ID.
-
- oooovvvveeeerrrrrrrriiiiddddeeee____nnnnaaaammmmeeee
- Specifies the name to override the widget name. Use a
- NULL value if you do not want to override the widget
- name.
-
- oooovvvveeeerrrrrrrriiiiddddeeee____aaaarrrrggggssss
- Specifies the override argument list, exactly as given
- to _X_t_C_r_e_a_t_e_W_i_d_g_e_t (conversion complete and so forth).
- Use a NULL value if you do not want to override the
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-
-
-
- MMMMrrrrmmmmFFFFeeeettttcccchhhhWWWWiiiiddddggggeeeettttOOOOvvvveeeerrrrrrrriiiiddddeeee((((3333XXXX))))UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVVMMMMrrrrmmmmFFFFeeeettttcccchhhhWWWWiiiiddddggggeeeettttOOOOvvvveeeerrrrrrrriiiiddddeeee((((3333XXXX))))
-
-
-
- argument list.
-
- oooovvvveeeerrrrrrrriiiiddddeeee____nnnnuuuummmm____aaaarrrrggggssss
- Specifies the number of arguments in oooovvvveeeerrrrrrrriiiiddddeeee____aaaarrrrggggssss.
-
- wwwwiiiiddddggggeeeetttt
- Returns the widget ID of the created widget.
-
- ccccllllaaaassssssss
- Returns the class code identifying MRM's widget class.
- Literals identifying MRM widget class codes are defined
- in the include file <_M_r_m/_M_r_m_P_u_b_l_i_c._h>.
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- This function returns one of these status return constants:
-
- _M_r_m_S_U_C_C_E_S_S
- The function executed successfully.
-
- _M_r_m_B_A_D__H_I_E_R_A_R_C_H_Y
- The hierarchy ID was invalid.
-
- _M_r_m_N_O_T__F_O_U_N_D
- The widget was not found in UID hierarchy.
-
- _M_r_m_F_A_I_L_U_R_E
- The function failed.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _M_r_m_O_p_e_n_H_i_e_r_a_r_c_h_y_P_e_r_D_i_s_p_l_a_y(_3_X), _M_r_m_F_e_t_c_h_W_i_d_g_e_t(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 2 (printed 11/11/03)
-
-
-
-